home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_4 / lynx.ads < prev    next >
Text File  |  1995-07-29  |  4KB  |  151 lines

  1.  Amiga Distribution System-- Long Description File
  2.  
  3.            ADS Zone: 1
  4.      ADS Hatch Site: Don Plesky
  5.        ADS Position: ADS Zone 1 Coordinator
  6.            BBS Name: EastPointe Amiga BBS
  7.     Phone Number(s): 810-773-6959
  8.     Network Address: 1:120/229  
  9.      Network Region: 11    
  10.           BBS Hours: 24 Hrs/Day
  11. BBS Mailer/Software: DLG Trapdoor/PDQmail
  12.   BBS Storage Space: 2 Gig 
  13.   File Requestable :  <X> Y     < > N
  14. File Request Hours : All The Time
  15.  
  16. ==========================================
  17.             Long Description
  18. ==========================================
  19.  
  20. Short:    Image Processing package. FFT processing...
  21. Author:   poiries@asterix.saclay.cea.fr <Stephane Poirier>
  22. Uploader: poiries@asterix.saclay.cea.fr
  23. Type:     misc/sci
  24.  
  25.                              Lynx version 1.01 beta
  26.  
  27.                     Copyright 1993, 1995 Stephane Poirier
  28.                             Released june 1995
  29.  
  30.  
  31. This is the first public beta-release of Lynx.
  32.  
  33. What is Lynx ?
  34. ~~~~~~~~~~~~~~
  35. It's an image processing package. Yet another ? Not exactly. Lynx is
  36. significantly different than others images processing packages availables
  37. for the Amiga.
  38.  
  39. For example, It can do the Fourier transformation and works in the frequency
  40. domain of the images.
  41.  
  42. It's the first one (I think !) which be able to work on 16 bits per pixel
  43. (per channel) images, that gives 65536 gray levels !
  44.  
  45. The main purpose of Lynx is scientific and it is  able  to  process images in
  46. many domains:  Astronomy, physics, archeology...
  47.  
  48. Lynx can also execute some subjectives processes such as image composition,
  49. solarize effect, oil painting...
  50.  
  51. There are two versions: 8bits and 16bits. The first one is rather designed
  52. for subjective processing, while the second is rather for "serious" image
  53. processing !
  54.  
  55. Why ?
  56. ~~~~~
  57. In  the  beginning I would  process  some  astronomical images that I had
  58. released  with  a  CCD  camera, but there wasn't any software on the Amiga
  59. able  to  perform  some processes such as FFT transform, Gaussian filters,
  60. profile extraction and many others. So I'd decided to make my own program.
  61.  
  62. Capabilities
  63. ~~~~~~~~~~~~
  64. -Lynx can load and process as many images as possible (multiples buffers)
  65. -Up to 256 slices (channels) per image.
  66. -Add, delete, move slices between image buffers (stacks).
  67.  
  68. Input/Output
  69. --------------
  70. o Read the following images formats:
  71.     FITS (Flexible Image Transport System).
  72.     IFF 1-8 bitplans, IFF24.
  73.     Datatypes.
  74.     Lynx (own format).
  75.  
  76. o Write the following images formats:
  77.     FITS (Flexible Image Transport System).
  78.     IFF 2-8 bitplans, IFF24, HAM 6 or 8.
  79.     Lynx (own format).
  80.  
  81. Image Processing
  82. ----------------
  83. o Spatial domain:
  84.     Convolutions Matrix 3x3 & 5x5
  85.     Median filter (with control of efficiency and matrix design)
  86.     Minimum, maximum filters
  87.     Arithmetics operations
  88.     Transcode
  89.     Histogram Equalisation
  90.     Geometricals operations (Scale, Translate, Rotate, Dimensions)
  91.     Pixels corrections
  92.  
  93. o Spectral domain:
  94.     Fast Fourier Transform
  95.     Convolution
  96.     Deconvolution (Wiener filter)
  97.     Correlation
  98.     Filtering (Low-Pass, Band-Pass, High-pass, Gauss, Butterworth,
  99.                    Wavelet...)
  100.  
  101. Image analysis
  102. --------------
  103.      Histogram
  104.      Statistics
  105.      Pixel values
  106.      Profiles extractions
  107.      Photometric mesurements
  108.  
  109. Visualization
  110. -------------
  111.     Pseudo-color for monochromatic visualization.
  112.     True-color in 16-256 colors, HAM6 (old machines), HAM8 (AGA machines)
  113.  
  114. Miscalleanous
  115. -------------
  116.         ARexx port.
  117.     Images composition
  118.     Color model transformations (RBG <-> HSV)
  119.     Statistics
  120.     Transcoding for visualization
  121.     Animations
  122.     
  123.  
  124. The  current  version  of  Lynx is a beta-version, so it might be some bugs
  125. left, and some (very few) functions aren't implanted yet.
  126.  
  127. At  this  moment, only the french documentation is available, but an english
  128. documentation will be available soon.
  129.  
  130. Lynx is developped on:
  131. - A500 with PPS 040
  132. - A4000/040
  133.  
  134. Sucessfully tested on:
  135. - A4000/040
  136. - A1200 with/without FAST ram, coprocessor, accelerator card.
  137. - A3000
  138. - A500+
  139.  
  140. Lynx works on any Amigas with Workbench 2.04+ installed.  It takes care
  141. of installed chipset (OCS/ECS, AGA).
  142. It needs the reqtools.library which is not included here.
  143.  
  144. If you have Workbench 2.1+, Lynx will be localized (french and english
  145. catalogs).
  146.  
  147.  
  148. If  you  have any problems, get in touch (addresses in main documentation).
  149.  
  150. StΘphane.
  151.